Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui): Set correct Platform for toast provider #40

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

jonsherrard
Copy link
Contributor

  • Updated ToastProvider to use Platform.OS for determining the correct platform
  • Improved cross-platform compatibility for toast notifications

Implementation reason: The change ensures that the toast provider uses the correct platform-specific implementation, enhancing the user experience across different devices and improving the overall functionality of the notification system in the Tamagui + Solito + Next + Expo monorepo.

  • File changed: packages/ui/src/ToastProvider.tsx

- Updated ToastProvider to use Platform.OS for determining the correct platform
- Improved cross-platform compatibility for toast notifications

Implementation reason: The change ensures that the toast provider uses the correct platform-specific implementation, enhancing the user experience across different devices and improving the overall functionality of the notification system in the Tamagui + Solito + Next + Expo monorepo.

- File changed: packages/ui/src/ToastProvider.tsx
@natew natew merged commit f6bbf30 into tamagui:main Sep 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants